projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a35b6
)
Make key themes work again
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 May 2013 14:19:08 +0000
(10:19 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 8 May 2013 14:21:36 +0000
(10:21 -0400)
This was inadvertedly broken in commit
44ba5d253f5bbda2d5a42c58218ad2aa318256f4
.
Thanks to Matthew Francis for tracking this down and providing
a fix in https://bugzilla.gnome.org/show_bug.cgi?id=699901
gtk/gtkcssstylepropertyimpl.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssstylepropertyimpl.c
b/gtk/gtkcssstylepropertyimpl.c
index ea3cb36c6927f34264250f85f84fd5e17b7a3cd9..c189ea691ca4f09556711ca7416669d0c708c470 100644
(file)
--- a/
gtk/gtkcssstylepropertyimpl.c
+++ b/
gtk/gtkcssstylepropertyimpl.c
@@
-476,7
+476,7
@@
bindings_value_parse_one (GtkCssParser *parser)
return NULL;
}
- if (g_ascii_strcasecmp (name, "none"))
+ if (g_ascii_strcasecmp (name, "none")
== 0
)
{
name = NULL;
}